negotiator.tournament.VariablesAndValues
Class TournamentOptionsValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.TournamentOptionsValue
All Implemented Interfaces:
java.io.Serializable

public class TournamentOptionsValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
TournamentOptionsValue(java.util.HashMap<java.lang.String,java.lang.Integer> options)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.Integer> getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TournamentOptionsValue

public TournamentOptionsValue(java.util.HashMap<java.lang.String,java.lang.Integer> options)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.util.HashMap<java.lang.String,java.lang.Integer> getValue()